projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1259dfc
)
(finder-compile-keywords): Use `mapc' rather than `mapcar'.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 25 Sep 2007 11:06:40 +0000
(11:06 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 25 Sep 2007 11:06:40 +0000
(11:06 +0000)
lisp/finder.el
patch
|
blob
|
history
diff --git
a/lisp/finder.el
b/lisp/finder.el
index 11da543bfe7993f3b1eb958f3d371c942c07c3d1..d1438dbf17e071fcc2f05e9a886f59bdc5c8da93 100644
(file)
--- a/
lisp/finder.el
+++ b/
lisp/finder.el
@@
-134,7
+134,7
@@
no arguments compiles from `load-path'."
(insert ";; Don't edit this file. It's generated by finder.el\n\n")
(insert ";;; Code:\n")
(insert "\n(setq finder-package-info '(\n")
- (mapc
ar
+ (mapc
(lambda (d)
(when (file-exists-p (directory-file-name d))
(message "Directory %s" d)